home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETIRDA.IN_ / netirda.inf
Encoding:
INI File  |  1999-11-06  |  4.0 KB  |  116 lines

  1. ; NETIrDA.INF -- IrDA transport
  2. ;
  3. ; Copyright 1993-1997, Microsoft Corporation
  4.  
  5. [version]
  6. Signature   = "$Windows NT$"
  7. Class       = NetTrans
  8. ClassGUID   = {4d36e975-e325-11ce-bfc1-08002be10318}
  9. Provider    = %Msft%
  10. LayoutFile  = layout.inf
  11. DriverVer=11/06/1999,5.00.2175.1
  12.  
  13. [ControlFlags]
  14. ;-----------------------------------------------------
  15. ExcludeFromSelect = MS_IrDA
  16.  
  17. [Manufacturer]
  18. ;-----------------------------------------------------
  19. %Msft% = Msft
  20.  
  21. [Msft]
  22. ;-----------------------------------------------------
  23. %IrDA.DisplayName% = IrDA.Install, MS_IrDA
  24.  
  25. [IrDA.Install]
  26. ;-----------------------------------------------------
  27. Characteristics = 0x0028    ; NCF_HIDDEN | NCF_NOT_USER_REMOVABLE
  28. AddReg          = IrDA.Reg
  29.  
  30. [IrDA.Reg]
  31. ;-----------------------------------------------------
  32. HKR, Ndi,             HelpText,    0,       %IrDA.HelpText%
  33. HKR, Ndi,             RequiredAll, 0,       "MS_IrdaMiniport,MS_IrModemMiniport"
  34. HKR, Ndi,             Service,     0,       "IrDA"
  35. HKR, Ndi,             CoServices,  %REG_MULTI_SZ%,   "IrDA", "Irmon"
  36. HKR, Ndi\Interfaces,  UpperRange,  0,       "noupper"
  37. HKR, Ndi\Interfaces,  LowerRange,  0,       "ndisirda"
  38.  
  39. [IrDA.Install.Services]
  40. ;-----------------------------------------------------
  41. AddService = irda,    0, IrDA.AddService
  42. AddService = Irmon,   0, Irmon.AddService
  43.  
  44. [IrDA.AddService]
  45. ;-----------------------------------------------------
  46. DisplayName     = %IrDA.DisplayName%
  47. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  48. StartType       = 2 ;%SERVICE_AUTO_START%
  49. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  50. ServiceBinary   = %12%\irda.sys
  51. LoadOrderGroup  = "PNP_TDI"
  52. AddReg          = IrDA.RegParams
  53. Description     = %IrDA.DisplayName%
  54.  
  55. [IrDA.RegParams]
  56. ;-----------------------------------------------------
  57. HKR, Parameters,      WindowSize,   %FLG_ADDREG_TYPE_DWORD%, 15 
  58.      ; The maximum receive window is limited to 4 because of
  59.      ; the IrDA protocols window of 7 which prevents the protocol
  60.      ; from detecting invalid frames if there is large delays
  61.      ; in the receive path. Limiting this to 4 has negligible
  62.      ; impact on throughput.
  63.      ; 15 = bit 0 - 3.
  64.  
  65. [IrDA.Install.Winsock]
  66. ;-----------------------------------------------------
  67. AddSock = IrDA.AddWinsockHelper
  68.  
  69. [IrDA.AddWinsockHelper]
  70. ;-----------------------------------------------------
  71. TransportService    = irda
  72. HelperDllName       = "%SystemRoot%\System32\wshirda.dll"
  73. MaxSockAddrLength   = 0x32
  74. MinSockAddrLength   = 0x8
  75.  
  76. [Irmon.AddService]
  77. ;-----------------------------------------------------
  78. DisplayName     = %Irmon.DisplayName%
  79. ServiceType     = 0x20    ;SERVICE_WIN32_SHARE_PROCESS
  80. StartType       = 2       ;SERVICE_AUTO_START
  81. ErrorControl    = 1       ;SERVICE_ERROR_NORMAL
  82. ServiceBinary   = %11%\svchost.exe -k netsvcs
  83. LoadOrderGroup  = TDI
  84. Dependencies    = irda, RpcSs
  85. AddReg          = Irmon.Reg
  86. Description     = %Irmon.Description%
  87.  
  88. [Irmon.Reg]
  89. ;-----------------------------------------------------
  90. HKR, Parameters, ServiceDll, 0x00020000,  "%%SystemRoot%%\System32\irmon.dll"
  91. HKR, Parameters, TrayEnabled,%FLG_ADDREG_TYPE_DWORD%, 1
  92.  
  93. [IrDA.Install.Remove.Services]
  94. ;-----------------------------------------------------
  95. DelService=irda
  96. DelService=Irmon
  97.  
  98. [IrDA.Install.Remove.Winsock]
  99. ;-----------------------------------------------------
  100. DelSock = IrDA.DelWinsockHelper
  101.  
  102. [IrDA.DelWinsockHelper]
  103. ;-----------------------------------------------------
  104. TransportService = irda
  105.  
  106. [Strings]
  107. ;-----------------------------------------------------
  108. Msft                    = "Microsoft"
  109. IrDA.DisplayName        = "IrDA Protocol"
  110. IrDA.HelpText           = "Infrared Data Association Protocol. Easy to use self configuring point-to-point connectivity without wires"
  111. Irmon.Description       = "Supports infrared devices installed on the computer and detects other devices that are in range."
  112. Irmon.DisplayName       = "Infrared Monitor"
  113. REG_MULTI_SZ            = 0x10000
  114. FLG_ADDREG_TYPE_DWORD   = 0x00010001
  115.  
  116.